projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bbd226
)
Mention that `delete-region' doesn't alter the kill ring.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Jul 2011 13:40:24 +0000
(15:40 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Jul 2011 13:40:24 +0000
(15:40 +0200)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 0b0ebc539e7ec9081266f053e92adcd40a4ddcac..b20c38faacd7f73c9d2abc2101b416cf4b1c83e7 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-3161,7
+3161,8
@@
It returns the number of characters changed. */)
DEFUN ("delete-region", Fdelete_region, Sdelete_region, 2, 2, "r",
doc: /* Delete the text between START and END.
-If called interactively, delete the region between point and mark. */)
+If called interactively, delete the region between point and mark.
+This command deletes buffer text without modifying the kill ring. */)
(Lisp_Object start, Lisp_Object end)
{
validate_region (&start, &end);